home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / ace_gpl_release / prgs / misc / boot.b < prev    next >
Encoding:
Text File  |  1996-08-28  |  110 b   |  10 lines

  1. {*
  2. ** Cold reboot the Amiga.
  3. *}
  4.  
  5. LIBRARY "exec.library"
  6.  
  7. DECLARE FUNCTION ColdReboot LIBRARY exec
  8.  
  9. ColdReboot
  10.